home *** CD-ROM | disk | FTP | other *** search
/ Chronicles of Narnia, The…) (Electronic Press Kit) / Chronicles of Narnia, The - The Lion, the Witch and the Wardrobe (Europe) (Electronic Press Kit).bin / bv_n_logos_sw.swf / scripts / frame_2 / DoAction_2.as next >
Text File  |  2005-10-03  |  127b  |  8 lines

  1. i = 0;
  2. while(Number(i) != 100)
  3. {
  4.    duplicateMovieClip("/snow","snow" add i,16384 + i);
  5.    i = Number(i) + 1;
  6. }
  7. stop();
  8.